home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 1998 November / IRIX 6.5.2 Base Documentation November 1998.img / usr / share / catman / p_man / cat3 / Xm / XmStringNConcat.z / XmStringNConcat
Text File  |  1998-10-30  |  3KB  |  67 lines

  1.  
  2.  
  3.  
  4.      XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt((((3333XXXX))))       UUUUNNNNIIIIXXXX SSSSyyyysssstttteeeemmmm VVVV       XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt((((3333XXXX))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt - A compound string function that appends a
  10.           specified number of bytes to a compound string
  11.  
  12.      SSSSYYYYNNNNOOOOPPPPSSSSIIIISSSS
  13.           #include <Xm/Xm.h>
  14.           XXXXmmmmSSSSttttrrrriiiinnnngggg XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt(
  15.           XXXXmmmmSSSSttttrrrriiiinnnngggg ssss1111,
  16.           XXXXmmmmSSSSttttrrrriiiinnnngggg ssss2222,
  17.           iiiinnnntttt nnnnuuuummmm____bbbbyyyytttteeeessss);
  18.  
  19.      VVVVEEEERRRRSSSSIIIIOOOONNNN
  20.           This page documents Motif 2.1.
  21.  
  22.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  23.           This function is obsolete and exists for compatibility with
  24.           previous releases. It is replaced by XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCoooonnnnccccaaaatttt.
  25.           XXXXmmmmSSSSttttrrrriiiinnnnggggNNNNCCCCoooonnnnccccaaaatttt appends a specified number of bytes from _s_2
  26.           to the end of _s_1, including tags, directional indicators,
  27.           and separators. It then returns the resulting compound
  28.           string. The original strings are preserved.  The function
  29.           allocates space for the resulting compound string.  The
  30.           application is responsible for managing the allocated space.
  31.           The application can recover the allocated space by calling
  32.           XXXXmmmmSSSSttttrrrriiiinnnnggggFFFFrrrreeeeeeee.
  33.  
  34.           _s_1        Specifies the compound string to which a copy of
  35.                     _s_2 is appended.
  36.  
  37.           _s_2        Specifies the compound string that is appended to
  38.                     the end of _s_1.
  39.  
  40.           _n_u_m__b_y_t_e_s Specifies the number of bytes of _s_2 to append to
  41.                     _s_1.  If this value is less than the length of _s_2,
  42.                     as many bytes as possible, but possibly fewer than
  43.                     this value, will be appended to _s_1 such that the
  44.                     resulting string is still a valid compound string.
  45.  
  46.      RRRREEEETTTTUUUURRRRNNNN
  47.           Returns a new compound string.
  48.  
  49.      RRRREEEELLLLAAAATTTTEEEEDDDD
  50.           XXXXmmmmSSSSttttrrrriiiinnnnggggCCCCrrrreeeeaaaatttteeee(3) and XXXXmmmmSSSSttttrrrriiiinnnnggggFFFFrrrreeeeeeee(3).
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.      Page 1                                         (printed 10/24/98)
  64.  
  65.  
  66.  
  67.